Add Process Graph Extraction From Recording Using pm4py#852
Add Process Graph Extraction From Recording Using pm4py#852KrishPatel13 wants to merge 7 commits into
pm4py#852Conversation
pm4py
|
One thing we will need to take care of is:
We will need to edit install script to handle the installation of Link: https://pm4py.fit.fraunhofer.de/static/assets/api/2.7.11/install.html#pip We can add a new issue for above if this PR gets merged |
|
@KrishPatel13 it's not clear to me that Graphviz is necessary, see e.g. process-intelligence-solutions/pm4py#425 (comment) |
|
Output of commit: d7a2e6c is below: The data for above is here: |
|
The following sqlite3 commands will run the query mentioned in process-query.sql (present in same directory where you have sqlite3 open), and redirect its output to a file called My Once we have this dataout.csv we can read it using This is how the data looks like of my recording: https://github.com/OpenAdaptAI/OpenAdapt/pull/852/files#diff-03b12224302b60e98d6398edf88b09df24291a794a603ef435dd31b64bea8c8cR1 |
|
@abrichr What shall be our next step for this pr (or issue: #564), since I am able to produce a process-graph from our db, what shall be our next steps ? |
|
I know we also want the As currently, it just shows the So, I will need to do a bit more research on how to include the resource / other information in the process-graph and how to customize it according to our need. I would love some general feedback and/or guidance for the work so far and next steps. Thank you. |
|
Hi Krish, the |
|
It means I can format an
and make this string under |
|
I will give it a shot and I will let you its results. |
|
@abrichr I have an update for this PR. I have tried to make a process-graph to showcase relevant details of each action event. For that, could you see this output html page: openadapt/process-graph/output/tmpkbsu9k18.html OR below: Recording.2024-07-20.224743.mp4 |
|
Use the Use Use |
|
Closing as part of the architecture transition. The legacy codebase has been moved to If this change is still needed, please:
See PR #960 for details on the new meta-package architecture. |





What kind of change does this PR introduce?
Summary
Checklist
How can your code be run and tested?
Other information